"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "90fc6654890e056175ce9824114c4487616de100"
Fix forwarding of -fpack-struct from driver to CC1, and add a test.
-fpack-struct's handling has changed in CC1 (one of only two flags that needed changing) because the driver treats "-fpack-struct" as a boolean flag, and CC1 (did) treat it as an option with a separated value. This change causes -fpack-struct=X to be forwarded correctly to -fpack-struct=X instead of erroneously to "-fpack-struct X" llvm-svn: 155981
Loading
Please register or sign in to comment