[PATCH] ARM IAS: support .personalityindex
Logan Chien
tzuhsiang.chien at gmail.com
Mon Jan 20 05:42:10 PST 2014
================
Comment at: test/MC/ARM/eh-directive-personalityindex-diagnostics.s:1
@@ +1,2 @@
+@ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 \
+@ RUN: | FileCheck %s
----------------
Oops. I almost forget. It will be better to change the triple to armv7-linux-gnueabi. IIRC, we have to guarantee that ELF streamer will be chosen; otherwise, we might break Apple's internal buildbot (although I don't know the details).
http://llvm-reviews.chandlerc.com/D2525
More information about the llvm-commits
mailing list