DescriptionUpdate pnacl/DEPS to bring in stricter ABI checks for metadata.
f8b761e Check for metadata in PNaCl ABI checker.
Use -pnaclabi-allow-debug-metadata when checking the ABI
in pnacl-ld, since we do not strip debug metadata until
pnacl-finalize is run.
On the other hand pnaclabi-check will not have that flag
by default and do the full check. Also run the
-strip-metadata pass after optimizations in pnacl-ld to get
through the non-debug-metadata checks.
Bump DEPS at the same time, since we need to have the
-allow-debug-metadata to pass validation.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=3348
R=mseaborn@chromium.org
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=11252
Patch Set 1 #Patch Set 2 : don't run check in pnacl-finalize yet (need ignore flag) #
Total comments: 2
Patch Set 3 : revert separation #Patch Set 4 : update deps too #
Total comments: 6
Patch Set 5 : change deps #Messages
Total messages: 5 (0 generated)
|