You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace %clang_cc1 with %clang in two tests that need the system
headers.
%clang_cc1 expands to a command line containing -nostdsysteminc, which
turns off the use of the system headers.
Hope this doesn't affect the validity of the tests. We'll probably end
up doing this to all the 3C regression tests as part of #346, but for
now, minimize the number of tests we have to think about.
0 commit comments