llvm-project/lld/ELF
Eric Fiselier 87c87f4c30 [CMake] Fix pthread handling for out-of-tree builds
LLVM defines `PTHREAD_LIB` which is used by AddLLVM.cmake and various projects
to correctly link the threading library when needed. Unfortunately
`PTHREAD_LIB` is defined by LLVM's `config-ix.cmake` file which isn't installed
and therefore can't be used when configuring out-of-tree builds. This causes
such builds to fail since `pthread` isn't being correctly linked.

This patch attempts to fix that problem by renaming and exporting
`LLVM_PTHREAD_LIB` as part of`LLVMConfig.cmake`. I renamed `PTHREAD_LIB`
because It seemed likely to cause collisions with downstream users of
`LLVMConfig.cmake`.

llvm-svn: 294690
2017-02-10 01:59:20 +00:00
..
CMakeLists.txt [CMake] Fix pthread handling for out-of-tree builds 2017-02-10 01:59:20 +00:00
Config.h Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DISCARD/ support) #3" 2017-02-08 16:18:10 +00:00
Driver.cpp Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DISCARD/ support) #3" 2017-02-08 16:18:10 +00:00
Driver.h Add linker-script-included files to reproduce tar files. 2017-01-09 01:42:02 +00:00
DriverUtils.cpp Strip file path from the -o option while creating reproduce.txt. 2017-02-01 18:04:45 +00:00
EhFrame.cpp Move getLocation from Relocations.cpp to InputSection.cpp. 2016-11-25 18:51:53 +00:00
EhFrame.h [ELF] Print error location in .eh_frame parser 2016-11-23 09:45:17 +00:00
Error.cpp Remove error(error_code, const Twine &). 2017-01-12 22:18:04 +00:00
Error.h Remove error(error_code, const Twine &). 2017-01-12 22:18:04 +00:00
GdbIndex.cpp [ELF] - Return file offset as address only for allocatable sections when building .gdb_index 2016-12-23 07:51:59 +00:00
GdbIndex.h [ELF] - Partial support of --gdb-index command line option (Part 3). 2016-12-15 12:07:53 +00:00
ICF.cpp ELF: Fix ICF crash on absolute symbol relocations. 2017-01-20 04:58:12 +00:00
ICF.h Do not pass Symtab to markLive/doICF since Symtab is globally accessible. 2016-05-02 19:30:42 +00:00
InputFiles.cpp Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DISCARD/ support) #3" 2017-02-08 16:18:10 +00:00
InputFiles.h [ELF] - Stop handling local symbols in a special way. 2017-01-23 14:07:23 +00:00
InputSection.cpp Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DISCARD/ support) #3" 2017-02-08 16:18:10 +00:00
InputSection.h Replace MergeOutputSection with a synthetic section. 2017-02-03 13:06:18 +00:00
LTO.cpp add the ability to call InitTargetOptionsFromCodeGenFlags from multiple objects 2017-02-02 23:49:16 +00:00
LTO.h [ELF] Use SyntheticSections for Thunks 2017-02-01 10:26:03 +00:00
LinkerScript.cpp Revert "Simplify symbol computation for non alloc sections." 2017-02-08 15:19:03 +00:00
LinkerScript.h Rename NotFlags -> NegFlags. 2017-01-26 02:58:59 +00:00
MapFile.cpp Print alignment in decimal instead of hexadecimal. 2017-01-31 20:42:34 +00:00
MapFile.h Implement -Map. 2017-01-13 21:05:46 +00:00
MarkLive.cpp Handle gcing user created metadata. 2017-02-09 15:17:56 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
Mips.cpp [ELF][MIPS] N32 ABI support 2016-11-05 22:58:01 +00:00
Options.td Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DISCARD/ support) #3" 2017-02-08 16:18:10 +00:00
OutputSections.cpp Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DISCARD/ support) #3" 2017-02-08 16:18:10 +00:00
OutputSections.h Simplify. NFC. 2017-02-03 21:59:15 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp [ELF] Use synthetic section to hold copy relocation 2017-02-09 10:27:57 +00:00
Relocations.h [ELF] Use SyntheticSections for Thunks 2017-02-01 10:26:03 +00:00
ScriptParser.cpp Handle the case where 'local' is the name of a global in a version script: 2017-02-07 19:50:47 +00:00
ScriptParser.h Handle the case where 'local' is the name of a global in a version script: 2017-02-07 19:50:47 +00:00
Strings.cpp [ELF] __cxa_demangle is now called itaniumDemangle. Update. 2017-01-17 01:59:13 +00:00
Strings.h Use ArrayRef instead of `const std::vector`. 2016-12-20 23:17:00 +00:00
SymbolTable.cpp [ELF] Use SyntheticSections for Thunks 2017-02-01 10:26:03 +00:00
SymbolTable.h Add a isInCurrentDSO helper. NFC. 2017-01-17 16:08:06 +00:00
Symbols.cpp [ELF] Use synthetic section to hold copy relocation 2017-02-09 10:27:57 +00:00
Symbols.h [ELF] Use synthetic section to hold copy relocation 2017-02-09 10:27:57 +00:00
SyntheticSections.cpp [ELF] Refactor PltSection and IPltSection into PltSection [NFC] 2017-02-09 10:56:15 +00:00
SyntheticSections.h [ELF] Refactor PltSection and IPltSection into PltSection [NFC] 2017-02-09 10:56:15 +00:00
Target.cpp [ELF] - Use SignExtend when reading R_386_PC8, R_386_PC16 addends. 2017-02-07 09:58:27 +00:00
Target.h Change the return type of getImplicitAddend to signed integer. 2017-02-06 22:32:45 +00:00
Threads.h Update comment to clarify the machine spec. 2016-12-04 02:34:29 +00:00
Thunks.cpp [ELF] Use SyntheticSections for Thunks 2017-02-01 10:26:03 +00:00
Thunks.h [ELF] Use SyntheticSections for Thunks 2017-02-01 10:26:03 +00:00
Writer.cpp [ELF] Refactor PltSection and IPltSection into PltSection [NFC] 2017-02-09 10:56:15 +00:00
Writer.h Don't create a bogus PT_PHDR if we don't allocate the headers. 2017-01-20 20:46:15 +00:00

README.md

See docs/NewLLD.rst