This is an archive of the discontinued LLVM Phabricator instance.

Apply whitelist to options used in embedded bitcode
Needs ReviewPublic

Authored by steven_wu on Feb 18 2016, 9:45 AM.

Details

Reviewers
rsmith
dexonsmith
Summary

Add a whitelist for the options that are allowed to be used with
-fembed-bitcode. That is minimize the number of the cc1 command
that needs to be embedded in the object file.

Depends on D17390, D17392 and D17393

Diff Detail