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

Unified Diff: test/Driver/pnacl-direct.c

Issue 1769303002: Support different file extensions for LLVMgold.so (Closed) Base URL: https://chromium.googlesource.com/a/native_client/pnacl-clang.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Driver/pnacl-direct.c
diff --git a/test/Driver/pnacl-direct.c b/test/Driver/pnacl-direct.c
index 375c454d892e733a30fa08d4b80e1951a50b034a..ea3752876aa7a9cfa5eea39f62e449292bf39fa7 100644
--- a/test/Driver/pnacl-direct.c
+++ b/test/Driver/pnacl-direct.c
@@ -30,8 +30,7 @@
// CHECK-LE32: "-L{{.*}}{{/|\\\\}}..{{/|\\\\}}le32-nacl{{/|\\\\}}lib"
// CHECK-LE32: "-L{{.*}}{{/|\\\\}}..{{/|\\\\}}le32-nacl{{/|\\\\}}usr{{/|\\\\}}lib"
// CHECK-LE32: "-Lfoo{{/|\\\\}}lib{{/|\\\\}}le32-nacl"
-// CHECK-LE32: "-plugin" "{{.*}}{{/|\\\\}}..{{/|\\\\}}lib{{/|\\\\}}LLVMgold.so"
Derek Schuff 2016/03/07 22:54:41 could this just be {{.so|.dll}} ?
Petr Hosek 2016/03/07 22:58:49 Done.
-// CHECK-LE32: "-plugin-opt=emit-llvm"
+// CHECK-LE32: "-plugin" "{{.*}}{{/|\\\\}}..{{/|\\\\}}lib{{/|\\\\}}LLVMgold.{{.*}}" "-plugin-opt=emit-llvm"
// CHECK-LE32: "-plugin-opt=mtriple=le32-unknown-nacl"
// CHECK-LE32-NOT: -lpthread
@@ -67,8 +66,7 @@
// CHECK-LE32-CXX: "sjlj_eh_redirect.bc"
// CHECK-LE32-CXX: "-L{{.*}}{{/|\\\\}}..{{/|\\\\}}le32-nacl{{/|\\\\}}lib"
// CHECK-LE32-CXX: "-L{{.*}}{{/|\\\\}}..{{/|\\\\}}le32-nacl{{/|\\\\}}usr{{/|\\\\}}lib"
-// CHECK-LE32-CXX: "-plugin" "{{.*}}{{/|\\\\}}..{{/|\\\\}}lib{{/|\\\\}}LLVMgold.so"
-// CHECK-LE32-CXX: "-plugin-opt=emit-llvm"
+// CHECK-LE32-CXX: "-plugin" "{{.*}}{{/|\\\\}}..{{/|\\\\}}lib{{/|\\\\}}LLVMgold.{{.*}}" "-plugin-opt=emit-llvm"
// CHECK-LE32-CXX: "-plugin-opt=mtriple=le32-unknown-nacl"
// CHECK-LE32-CXX: "-plugin-opt=-enable-pnacl-sjlj-eh"
// CHECK-LE32-CXX: -lpthread
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698