This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Embed __TEXT __info_plist section into clang binary on macOS
AbandonedPublic

Authored by thakis on Dec 20 2018, 7:35 PM.

Details

Reviewers
phosek
Summary

Verified by comparing the output of otool -P bin/clang between the GN and the CMake build.

Diff Detail

Event Timeline

thakis created this revision.Dec 20 2018, 7:35 PM
thakis marked an inline comment as done.
thakis added inline comments.
llvm/utils/gn/secondary/clang/tools/driver/BUILD.gn
38

It finally dawned on my that I should make a write_cmake_config() template and use that everywhere I currently have an action that calls write_cmake_config.py. I'll do that soon.

thakis abandoned this revision.Dec 20 2018, 7:37 PM
thakis edited subscribers, added: cfe-commits; removed: llvm-commits.
thakis edited subscribers, added: llvm-commits; removed: cfe-commits.

Derp, I put the wrong -commits list. Let me close this and try again.