Files
clang-p2996/clang/test/Modules/Inputs/builtin-headers/module.modulemap
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

3 lines
64 B
Plaintext

module ModuleWithBuiltinHeader [system] {
header "float.h"
}