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

Side by Side Diff: test/Transforms/MinSFI/abi-verifier-whitelist-syscalls-global.ll

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 ; RUN: not opt %s -verify-pnaclabi-module -pnaclabi-allow-minsfi-syscalls -S \
2 ; RUN: 2>&1 | FileCheck %s
3
4 target datalayout = "p:32:32:32"
5 target triple = "le32-unknown-nacl"
6
7 define i32 @_start(i32 %args) {
8 ret i32 0
9 }
10
11 @__minsfi_syscall_dummy = global [4 x i8] c"DATA"
12
13 ; CHECK: __minsfi_syscall_dummy is not a valid external symbol
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698