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