Diff Detail
Event Timeline
Besides, I feel it will be even better to add the test cases for arm-linux-gnueabi as well.
FYI. I have created a patch for this change:
https://github.com/loganchien/clang/compare/b0e00c2...630a9e3
test/Driver/linux-ld.c | ||
---|---|---|
260 | It seems that SYSROOT/lib is not added to version control. Maybe you have to put a placeholder such as .keep? e.g. | |
262 | It seems we can add two more checks after this line: |
The changes related to Ubuntu LGTM now. I have verified the change on Ubuntu 12.04, 13.04, and 13.10. All of them are working without any problem. However, I am not familiar with Fedora. Any comments from Fedora users?
It seems that SYSROOT/lib is not added to version control. Maybe you have to put a placeholder such as .keep?
e.g.
mkdir -p Inputs/x86-64_ubuntu_13.10/lib
touch Inputs/x86-64_ubuntu_13.10/lib/.keep
git add Inputs/x86-64_ubuntu_13.10/lib/.keep