3 Commits

Author SHA1 Message Date
Jake Egan
913a1d5a5a
[NFC][tests] Fix target OS check for module test
PR #70661 accidentally used the old form.
2023-10-31 09:38:45 -04:00
Jake Egan
a1b4005bae
[clang][Module] Mark test unsupported since objc doesn't have xcoff/g… (#70661)
…off support

Same as D135848. The newly added test fails with `fatal error: error in
backend: Objective-C support is unimplemented for object file format`.
2023-10-30 13:06:49 -04:00
Richard Howell
396b5621f9
[clang] use relative paths for builtin headers during module compilation (#68023)
When including builtin headers as part of a system module, ensure we use
relative paths to those headers. Otherwise the module will fail to compile 
when specifying relative resource directories without extra search paths.
2023-10-27 07:10:46 -07:00