llvm with tablegen backend for capstone disassembler
Go to file
Rui Ueyama 31fd9d09b2 [PECOFF] Invoke cvtres.exe in the driver.
Previously we invoked cvtres.exe for each compiled Windows
resource file. The generated files were then concatenated
and embedded to the executable.

That was not the correct way to merge compiled Windows
resource files. If you just concatenate generated files,
only the first file would be recognized and the rest would
be ignored as trailing garbage.

The right way to merge them is to call cvtres.exe with
multiple input files. In this patch we do that in the
Windows driver.

llvm-svn: 212763
2014-07-10 20:53:37 +00:00
clang Fix the dtor location issues in PR20038 harder. 2014-07-10 20:42:59 +00:00
clang-tools-extra [doc] Fix incorrect reference to clang-format -> clang-tidy 2014-07-10 18:59:25 +00:00
compiler-rt [TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta Suzuki 2014-07-10 18:17:51 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Support the built-in type-trait support in gcc 4.7 and later. Thanks to Albert Wong for the patch. 2014-07-10 15:38:20 +00:00
libcxxabi Add lit configs for libcxxabi tests. 2014-07-10 02:20:11 +00:00
lld [PECOFF] Invoke cvtres.exe in the driver. 2014-07-10 20:53:37 +00:00
lldb Flipped intermittent test failures from skip to XFAIL. 2014-07-10 20:52:08 +00:00
llvm Extend the test coverage in combine-vec-shuffle-2.ll adding some negative tests. 2014-07-10 18:59:41 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly clang-format polly to avoid buildbot noise 2014-07-09 10:50:10 +00:00