1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/yaml2obj
Fangrui Song c2791239be llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Summary: The convenience wrapper in STLExtras is available since rL342102.

Reviewers: dblaikie, javed.absar, JDevlieghere, andreadb

Subscribers: MatzeB, sanjoy, arsenm, dschuff, mehdi_amini, sdardis, nemanjai, jvesely, nhaehnle, sbc100, jgravelle-google, eraman, aheejin, kbarton, JDevlieghere, javed.absar, gbedwell, jrtc27, mgrang, atanasyan, steven_wu, george.burgess.iv, dexonsmith, kristina, jsji, llvm-commits

Differential Revision: https://reviews.llvm.org/D52573

llvm-svn: 343163
2018-09-27 02:13:45 +00:00
..
CMakeLists.txt
yaml2coff.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
yaml2elf.cpp [yaml2obj] - Allow to use numeric sh_link (Link) value for sections. 2018-08-16 12:44:17 +00:00
yaml2macho.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
yaml2obj.cpp Define InitLLVM to do common initialization all at once. 2018-04-13 18:26:06 +00:00
yaml2obj.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
yaml2wasm.cpp [WebAssembly] clang-format (NFC) 2018-09-05 01:27:38 +00:00