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

Unified Diff: tools/llvm/non_bitcode_symbols.txt

Issue 6825060: Rename PNaCl (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/llvm/driver.py ('k') | tools/llvm/utman.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/llvm/non_bitcode_symbols.txt
===================================================================
--- tools/llvm/non_bitcode_symbols.txt (revision 4818)
+++ tools/llvm/non_bitcode_symbols.txt (working copy)
@@ -9,7 +9,10 @@
#
# for i in scons-out/nacl-x86-64-pnacl/obj/tests/*/*pexe ; do
# echo $i
-# toolchain/linux_arm-untrusted/arm-none-linux-gnueabi/bin/llvm-ld -o xxx $i --nacl-abi-check --nacl-legal-undefs tools/llvm/non_bitcode_symbols.txt
+# toolchain/pnacl_linux_x86_64/arm-none-linux-gnueabi/bin/llvm-ld \
+# -o xxx $i --nacl-abi-check --nacl-legal-undefs \
+# tools/llvm/non_bitcode_symbols.txt
+#
# done
#
######################################################################
« no previous file with comments | « tools/llvm/driver.py ('k') | tools/llvm/utman.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698