[PATCH] MC: Support larger COFF string tables
Michael Spencer
bigcheesegs at gmail.com
Mon Apr 15 11:42:42 PDT 2013
================
Comment at: test/MC/COFF/section-name-encoding.test:11
@@ +10,3 @@
+#
+# RUN: python %s | llvm-mc -triple x86_64-pc-win32 -filetype=obj - | llvm-readobj -s | FileCheck %s
+
----------------
I'm not sure this is going to work on Windows. python isn't always on PATH. We will need some changes in the lit config to get this to work properly. Probably an expansion similar to %clang_cc1.
http://llvm-reviews.chandlerc.com/D667
BRANCH
arc/667-coff-string-table-v2
ARCANIST PROJECT
llvm
More information about the llvm-commits
mailing list