summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2017-12-02 02:05:06 +0000
committerHeejin Ahn <aheejin@gmail.com>2017-12-02 02:05:06 +0000
commite74a864cec4bf4db666a6547a32be7076e1406bf (patch)
tree85e8e757847cd4b32d2d0b72d2cdd50fd8e74aac /llvm/test
parenta22d9a5c51cac42f61351ea13fd296f136f827c6 (diff)
downloadbcm5719-llvm-e74a864cec4bf4db666a6547a32be7076e1406bf.tar.gz
bcm5719-llvm-e74a864cec4bf4db666a6547a32be7076e1406bf.zip
[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"
This patch reportedly broke one of LLVM bots (ubuntu-gcc7.1-werror). See http://lab.llvm.org:8011/builders/ubuntu-gcc7.1-werror/builds/3369 for details. llvm-svn: 319602
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/WebAssembly/visibility.ll23
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/test/MC/WebAssembly/visibility.ll b/llvm/test/MC/WebAssembly/visibility.ll
deleted file mode 100644
index b445bf45e29..00000000000
--- a/llvm/test/MC/WebAssembly/visibility.ll
+++ /dev/null
@@ -1,23 +0,0 @@
-; RUN: llc -mtriple wasm32-unknown-unknown-wasm -filetype=obj %s -o - | obj2yaml | FileCheck %s
-
-; Function with __attribute__((visibility("default")))
-define void @defaultVis() #0 {
-entry:
- ret void
-}
-
-; Function with __attribute__((visibility("hidden")))
-define hidden void @hiddenVis() #0 {
-entry:
- ret void
-}
-
-; CHECK: - Type: CUSTOM
-
-; CHECK: - Type: CUSTOM
-; CHECK-NEXT: Name: linking
-; CHECK-NEXT: DataSize: 0
-; CHECK-NEXT: SymbolInfo:
-; CHECK-NEXT: - Name: hiddenVis
-; CHECK-NEXT: Flags: 4
-; CHECK-NEXT: ...
OpenPOWER on IntegriCloud