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

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: Explicitly enumerate possible extensions 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..c9f9b339d4a4001c5dec56a3996c2a1c71e2f49a 100644
--- a/test/Driver/pnacl-direct.c
+++ b/test/Driver/pnacl-direct.c
@@ -30,7 +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"
+// CHECK-LE32: "-plugin" "{{.*}}{{/|\\\\}}..{{/|\\\\}}lib{{/|\\\\}}LLVMgold{{.so|.dll|.dylib}}"
// CHECK-LE32: "-plugin-opt=emit-llvm"
// CHECK-LE32: "-plugin-opt=mtriple=le32-unknown-nacl"
// CHECK-LE32-NOT: -lpthread
@@ -67,7 +67,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" "{{.*}}{{/|\\\\}}..{{/|\\\\}}lib{{/|\\\\}}LLVMgold{{.so|.dll|.dylib}}"
// CHECK-LE32-CXX: "-plugin-opt=emit-llvm"
// CHECK-LE32-CXX: "-plugin-opt=mtriple=le32-unknown-nacl"
// CHECK-LE32-CXX: "-plugin-opt=-enable-pnacl-sjlj-eh"
« 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