This revision was automatically updated to reflect the committed changes.
Closed by commit rL291449: [clang] Enable using --section-ordering-file option
of ld.gold (authored by alexshap).
Changed prior to commit:
https://reviews.llvm.org/D28461?vs=83582&id=83637#toc
Repository:
rL LLVM
http
alexshap updated this revision to Diff 83582.
alexshap added a comment.
This revision is now accepted and ready to land.
Address comments
Repository:
rL LLVM
https://reviews.llvm.org/D28461
Files:
CMakeLists.txt
Index: CMakeLists.txt
==
mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: CMakeLists.txt:113
+check_linker_flag("-Wl,--section-ordering-file,${CLANG_ORDER_FILE}"
+ LINKER_ORDER_FILE_WORKS)
+ endif()