This commit grepped for LLVM_VERSION_GE, LLVM_VERSION_LT, get_major_version and min-llvm-version and statically evaluated every expression possible (and sensible) assuming that the LLVM version is >=9 now
6 lines
144 B
Rust
6 lines
144 B
Rust
// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y
|
|
|
|
#![crate_type="lib"]
|
|
|
|
// CHECK: attributes #{{.*}} uwtable
|
|
pub fn foo() {}
|