This way the metadata will be only generated when asserts enabled,
or when -enable-import-metadata specified
Details
Details
- Reviewers
tejohnson eraman mehdi_amini - Commits
- rG3b7761283939: Add 'thinlto_src_module' md with asserts or -enable-import-metadata
rGd6efefa2b836: Add 'thinlto_src_module' md with asserts or -enable-import-metadata
rL274947: Add 'thinlto_src_module' md with asserts or -enable-import-metadata
rL274938: Add 'thinlto_src_module' md with asserts or -enable-import-metadata
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM other than one fix needed.
test/Transforms/FunctionImport/funcimport.ll | ||
---|---|---|
9 ↗ | (On Diff #63311) | I think you still need this - it predates your earlier changes and is required due to the -stats on the above line. Otherwise you will get buildbot failures. |
test/Transforms/FunctionImport/funcimport.ll | ||
---|---|---|
9 ↗ | (On Diff #63311) | thanks! I though I added it. |