diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2025-07-16 16:16:24 -0700 |
|---|---|---|
| committer | Daniel Paoliello <danpao@microsoft.com> | 2025-07-29 11:20:23 -0700 |
| commit | cffde732ceecd1bcb333d34fe7a9c9caa4d9a9fa (patch) | |
| tree | b1f3a5851136a0b5de7cbb23e25fa5f6f9936433 /tests/codegen-llvm/codemodels.rs | |
| parent | 7278554d82fa474a4e8b5c67afb009e11e41a841 (diff) | |
| download | rust-cffde732ceecd1bcb333d34fe7a9c9caa4d9a9fa.tar.gz rust-cffde732ceecd1bcb333d34fe7a9c9caa4d9a9fa.zip | |
Verify llvm-needs-components are not empty and match the --target value
Diffstat (limited to 'tests/codegen-llvm/codemodels.rs')
| -rw-r--r-- | tests/codegen-llvm/codemodels.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen-llvm/codemodels.rs b/tests/codegen-llvm/codemodels.rs index 06d2eade78a..e82e094aab8 100644 --- a/tests/codegen-llvm/codemodels.rs +++ b/tests/codegen-llvm/codemodels.rs @@ -1,7 +1,7 @@ //@ only-x86_64 //@ revisions: NOMODEL MODEL-SMALL MODEL-KERNEL MODEL-MEDIUM MODEL-LARGE -//@[NOMODEL] compile-flags: +// [NOMODEL] no compile-flags //@[MODEL-SMALL] compile-flags: -C code-model=small //@[MODEL-KERNEL] compile-flags: -C code-model=kernel //@[MODEL-MEDIUM] compile-flags: -C code-model=medium |
