llvm with tablegen backend for capstone disassembler
Go to file
Rafael Espindola 98629c4e4d Don't use EmitAbsValue with symbol references.
The function exists to force an expression to be absolute, but there it is not
possible to force a symbol reference since

a = b
.long a

means something else.

This is an alternative fix for pr9951 that uses an assert. It then deletes
the old pr9951 test that was testing nothing already.

llvm-svn: 204399
2014-03-20 21:26:38 +00:00
clang Refactor and simplify DeclUpdates serialization. 2014-03-20 21:02:00 +00:00
clang-tools-extra ClangTidyContext: Don't use initializer on non-static member. 2014-03-20 10:53:03 +00:00
compiler-rt PGO: Declare zero-argument C functions as foo(void) 2014-03-20 20:55:00 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 2014-03-17 20:19:44 +00:00
libcxxabi Simplify. 2014-03-20 01:28:28 +00:00
lld [Mips] Reduce the number of 'const' casts. 2014-03-20 16:26:25 +00:00
lldb Add support for dumping DW_LNE_set_discriminator line table extended entries. 2014-03-20 18:31:11 +00:00
llvm Don't use EmitAbsValue with symbol references. 2014-03-20 21:26:38 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly [www] announce static links of polly in tools 2014-03-19 21:31:09 +00:00