]> granicus.if.org Git - clang/commit
[Modules] Add a command line option for loading the clang builtins modulemap.
authorElad Cohen <elad2.cohen@intel.com>
Mon, 31 Oct 2016 08:21:54 +0000 (08:21 +0000)
committerElad Cohen <elad2.cohen@intel.com>
Mon, 31 Oct 2016 08:21:54 +0000 (08:21 +0000)
commit780a9183bbdbdde327e06de4b2ef38bb8f511485
tree71a13b11fb30173027b09a622cae1e35bf530bc5
parent0308e787c2f2de6521905f5aed7d52918df4db1a
[Modules] Add a command line option for loading the clang builtins modulemap.

-fbuiltin-module-map loads the clang builtins modulemap file. (This is
equivalent to -fmodule-map-file=<resource dir>/include/module.modulemap)

Differential Revision: https://reviews.llvm.org/D25767

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285548 91177308-0d34-0410-b5e6-96231b3b80d8
docs/Modules.rst
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/modules.m
test/Modules/compiler_builtins.m
test/Modules/compiler_builtins_x86.c
test/lit.cfg