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

Unified Diff: test/CodeGen/Generic/no-target.ll

Issue 1395453003: Create a proper target machine for PNaCl. Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix a test Created 5 years, 2 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/Target/PNaCl/TargetInfo/PNaClTargetInfo.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/Generic/no-target.ll
diff --git a/test/CodeGen/Generic/no-target.ll b/test/CodeGen/Generic/no-target.ll
index 4a4724fdf2de1282742a85f72a87676aabc56ead..82d8f994c708d6aa635e8d71be090a71300fd7bd 100644
--- a/test/CodeGen/Generic/no-target.ll
+++ b/test/CodeGen/Generic/no-target.ll
@@ -1,3 +1,3 @@
-; RUN: not llc -mtriple le32-unknown-nacl %s -o - 2>&1 | FileCheck %s
+; RUN: not llc -mtriple really-not-a-target %s -o - 2>&1 | FileCheck %s
-; CHECK: error: unable to get target for 'le32-unknown-nacl'
+; CHECK: error: unable to get target for 'really-not-a-target'
« no previous file with comments | « lib/Target/PNaCl/TargetInfo/PNaClTargetInfo.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698