Relax a codegen test
nounwind is no longer emitted but the test still passes
This commit is contained in:
parent
fb939ed91d
commit
37c85ec939
@ -4,7 +4,7 @@
|
||||
|
||||
// We need a function which is normally called through the PLT.
|
||||
extern "C" {
|
||||
// CHECK: Function Attrs: nounwind nonlazybind
|
||||
// CHECK: Function Attrs:{{.*}}nonlazybind
|
||||
fn getenv(name: *const u8) -> *mut u8;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user