[PATCH] D12508: [libcxx] Make it drastically simpler to link libc++.
Jonathan Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 08:30:59 PDT 2015
jroelofs added inline comments.
================
Comment at: utils/gen_link_script/gen_link_script.py:1
@@ +1,2 @@
+#!/usr/bin/env python
+import os
----------------
Do you foresee these linker scripts being significantly more complicated for other platforms? ISTM that it would be much simpler to have CMake generate these directly.
http://reviews.llvm.org/D12508
More information about the cfe-commits
mailing list