Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: tests_lit/llvm2ice_tests/mangle.ll

Issue 956123002: Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Make comment correct Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ; Tests the Subzero "name mangling" when using the "llvm2ice --prefix" 1 ; Tests the Subzero "name mangling" when using the "pnacl-sz --prefix"
2 ; option. Also does a quick smoke test of -ffunction-sections. 2 ; option. Also does a quick smoke test of -ffunction-sections.
3 3
4 ; REQUIRES: allow_dump 4 ; REQUIRES: allow_dump
5 ; RUN: %p2i -i %s --args --verbose none -ffunction-sections | FileCheck %s 5 ; RUN: %p2i -i %s --args --verbose none -ffunction-sections | FileCheck %s
6 ; TODO(stichnot): The following line causes this test to fail. 6 ; TODO(stichnot): The following line causes this test to fail.
7 ; RUIN: %p2i --assemble --disassemble -i %s --args --verbose none \ 7 ; RUIN: %p2i --assemble --disassemble -i %s --args --verbose none \
8 ; RUIN: | FileCheck %s 8 ; RUIN: | FileCheck %s
9 ; RUN: %p2i -i %s --args --verbose none --prefix Subzero -ffunction-sections \ 9 ; RUN: %p2i -i %s --args --verbose none --prefix Subzero -ffunction-sections \
10 ; RUN: | FileCheck --check-prefix=MANGLE %s 10 ; RUN: | FileCheck --check-prefix=MANGLE %s
11 11
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ret void 136 ret void
137 } 137 }
138 138
139 ; Test that unmangled (non-C++) strings don't have substitutions updated. 139 ; Test that unmangled (non-C++) strings don't have substitutions updated.
140 define internal void @foo_S_S0_SZ_S() { 140 define internal void @foo_S_S0_SZ_S() {
141 ; MANGLE-LABEL: .text.Subzerofoo_S_S0_SZ_S 141 ; MANGLE-LABEL: .text.Subzerofoo_S_S0_SZ_S
142 ; MANGLE: Subzerofoo_S_S0_SZ_S: 142 ; MANGLE: Subzerofoo_S_S0_SZ_S:
143 entry: 143 entry:
144 ret void 144 ret void
145 } 145 }
OLDNEW
« README.rst ('K') | « tests_lit/lit.cfg ('k') | tests_lit/parse_errs/insertextract-err.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698