diff options
author | Dan Gohman <dan433584@gmail.com> | 2019-04-30 19:58:56 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2019-04-30 19:58:56 +0000 |
commit | 397ca2f22eeb9dfb3837944212f59514908b3304 (patch) | |
tree | 7591ea8417995af9b4f00278a5ce489aad2096fe | |
parent | e7fa09e4ae8ae50419010cac056637733e297c8c (diff) | |
download | bcm5719-llvm-397ca2f22eeb9dfb3837944212f59514908b3304.tar.gz bcm5719-llvm-397ca2f22eeb9dfb3837944212f59514908b3304.zip |
[WebAssembly] Fix test after r359602
Update the expected output for this test now that the EXPLICIT_NAME
flag is being printed.
llvm-svn: 359605
-rw-r--r-- | llvm/test/MC/WebAssembly/import-module.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/import-module.ll b/llvm/test/MC/WebAssembly/import-module.ll index f36011d4892..1da142123ed 100644 --- a/llvm/test/MC/WebAssembly/import-module.ll +++ b/llvm/test/MC/WebAssembly/import-module.ll @@ -25,7 +25,7 @@ attributes #0 = { "wasm-import-module"="bar" "wasm-import-name"="qux" } ; CHECK: - Type: CUSTOM ; CHECK: Name: foo -; CHECK-NEXT: Flags: [ UNDEFINED ] +; CHECK-NEXT: Flags: [ UNDEFINED, EXPLICIT_NAME ] ; CHECK: Name: plain ; CHECK-NEXT: Flags: [ UNDEFINED ] |