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

Unified Diff: test/Transforms/NaCl/convert-to-pso.ll

Issue 1829793002: PNaCl Dynamic Linking: Storing dependencies from command line in PLL. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Added convert-to-pso.ll test, responded to code review 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 | « lib/Transforms/NaCl/ConvertToPSO.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Transforms/NaCl/convert-to-pso.ll
diff --git a/test/Transforms/NaCl/convert-to-pso.ll b/test/Transforms/NaCl/convert-to-pso.ll
index 5eff53559003896ffdecf44de41200f7b8c826a1..67281b68f0e6fd31a32011fac30290e1caf924a3 100644
--- a/test/Transforms/NaCl/convert-to-pso.ll
+++ b/test/Transforms/NaCl/convert-to-pso.ll
@@ -1,6 +1,7 @@
; This tests that the output of "-convert-to-pso" passes PNaCl's ABI verifier.
-; RUN: opt < %s -convert-to-pso -pnacl-abi-simplify-postopt \
-; RUN: -verify-pnaclabi-module -verify-pnaclabi-functions -S | FileCheck %s
+; RUN: opt < %s -convert-to-pso -convert-to-pso-deps=libfoo.so,libbar.so \
+; RUN: -pnacl-abi-simplify-postopt -verify-pnaclabi-module \
+; RUN: -verify-pnaclabi-functions -S | FileCheck %s
target datalayout = "p:32:32:32"
« no previous file with comments | « lib/Transforms/NaCl/ConvertToPSO.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698