diff options
Diffstat (limited to 'tests/ui/lto/lto-many-codegen-units.rs')
-rw-r--r-- | tests/ui/lto/lto-many-codegen-units.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ui/lto/lto-many-codegen-units.rs b/tests/ui/lto/lto-many-codegen-units.rs new file mode 100644 index 000000000..f0f461ffe --- /dev/null +++ b/tests/ui/lto/lto-many-codegen-units.rs @@ -0,0 +1,6 @@ +// run-pass +// compile-flags: -C lto -C codegen-units=8 +// no-prefer-dynamic + +fn main() { +} |