llvm-project/llvm/test/tools
Georgii Rymar daff7b8589 [yaml2obj] - Make DynamicSymbols to be Optional<> too.
We already have Symbols property to list regular symbols and
it is currently Optional<>. This patch makes DynamicSymbols to be optional
too. With this there is no need to define a dummy symbol anymore to trigger
creation of the .dynsym and it is now possible to define an empty .dynsym using
just the following line:

DynamicSymbols: []
(it is important to have when you do not want to have dynamic symbols,
but want to have a .dynsym)

Now the code is consistent and it helped to fix a bug: previously we
did not report an error when both Content/Size and an empty
Symbols/DynamicSymbols list were specified.

Differential revision: https://reviews.llvm.org/D70956
2019-12-04 13:12:02 +03:00
..
dsymutil [Remarks] Allow empty temporary remark files 2019-11-22 15:58:12 -08:00
gold [ThinLTO] Import readonly vars with refs 2019-11-07 15:13:35 +03:00
llvm-ar llvm-ranlib/nm: Don't print usage message except for usage errors 2019-11-08 15:17:07 -08:00
llvm-as
llvm-cfi-verify
llvm-config
llvm-cov
llvm-cvtres
llvm-cxxdump
llvm-cxxfilt [llvm-cxxfilt] Improve strip-underscore behavior 2019-11-18 15:05:41 -08:00
llvm-cxxmap
llvm-diff
llvm-dlltool
llvm-dwarfdump [DWARFDebugLoclists] Add support for other DW_LLE encodings 2019-12-04 10:38:21 +01:00
llvm-dwp
llvm-elfabi
llvm-exegesis [X86] Model MXCSR for AVX instructions other than AVX512 2019-12-03 08:53:47 +08:00
llvm-extract
llvm-ifs
llvm-isel-fuzzer
llvm-lib
llvm-lipo [llvm-lipo] Add support for -extract 2019-11-21 16:11:48 -08:00
llvm-lit
llvm-locstats
llvm-lto
llvm-lto2
llvm-mc
llvm-mca [MCA] Fix test cases (NFC) 2019-11-22 16:19:58 -06:00
llvm-modextract
llvm-mt
llvm-nm
llvm-objcopy [llvm-strip][MachO] Test llvm-strip --strip-debug 2019-12-03 21:15:56 -08:00
llvm-objdump implement printing out raw section data of xcoff objectfile for llvm-objdump 2019-11-19 13:31:00 -05:00
llvm-opt-fuzzer
llvm-opt-report
llvm-pdbutil
llvm-profdata Revert "Fixed a profdata file size detection on Windows system." 2019-11-10 18:05:24 -08:00
llvm-ranlib llvm-ranlib/nm: Don't print usage message except for usage errors 2019-11-08 15:17:07 -08:00
llvm-rc
llvm-readobj [Object/ELF] - Refine the error reported when section's offset + size overruns the file buffer. 2019-12-03 17:55:55 +03:00
llvm-size
llvm-split
llvm-strings
llvm-symbolizer Speculative fix for frame-loclist.s test on Windows. 2019-11-25 17:51:15 -08:00
llvm-xray [llvm-xray] Add basic test for AArch64 support 2019-11-08 14:00:31 -08:00
lto
obj2yaml [yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections. 2019-11-25 12:57:53 +03:00
opt-viewer
sancov
sanstats
yaml2obj [yaml2obj] - Make DynamicSymbols to be Optional<> too. 2019-12-04 13:12:02 +03:00