llvm-project/lldb/source/Expression
Saleem Abdulrasool 2956127f5b Expression: correct relocation model for Windows
The Windows Code Generation model cannot generation code with the PIC relocation
model - all code is implicitly position independent due to the DLL load slide
that occurs if it is not loaded at the preferred base address.  Invert the
condition and inline the single use of the variable.  This should also aid the
WASM target.  This significantly improves the state of the (swift) repl on
Windows (and should aid in expression evaluation on Windows).

llvm-svn: 361443
2019-05-22 23:23:39 +00:00
..
CMakeLists.txt [CMake] Correct some dependencies 2019-05-21 03:41:05 +00:00
DWARFExpression.cpp DWARF: Port debug_addr over to DWARFContext 2019-05-21 09:11:11 +00:00
DiagnosticManager.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Expression.cpp Fix an invalid static cast in ClangExpressionParser.cpp 2019-03-13 19:46:30 +00:00
ExpressionVariable.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
FunctionCaller.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
IRDynamicChecks.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
IRExecutionUnit.cpp Expression: correct relocation model for Windows 2019-05-22 23:23:39 +00:00
IRInterpreter.cpp Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
IRMemoryMap.cpp [IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off build 2019-04-12 02:38:17 +00:00
LLVMUserExpression.cpp Fix an invalid static cast in ClangExpressionParser.cpp 2019-03-13 19:46:30 +00:00
Materializer.cpp Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
REPL.cpp Quiet command regex instructions during batch execution 2019-03-10 23:15:48 +00:00
UserExpression.cpp [Expression] Remove unused dependency 2019-05-07 23:11:05 +00:00
UtilityFunction.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00