[llvm-objcopy] [COFF] Fix a test matching pathnames for Windows. NFC.
[llvm-core.git] / utils / gn / .gn
blob86d2da97565b37e798b7f7f7b160fee81742c02c
1 # FIXME: Once it's possible to add files to the root directory of the
2 # monorepo, move this file to there.  Until then, you need to pass
3 # `--dotfile=llvm/utils/gn/.gn --root=.` to the `gn gen` command.
5 buildconfig = "//llvm/utils/gn/build/BUILDCONFIG.gn"
7 # Disallow all calls to exec_script. We should be very conservative about
8 # whitelisting things here.
9 exec_script_whitelist = []
11 # The normal GN setup is to have BUILD.gn files in-tree and a root BUILD.gn
12 # file.  Since LLVM's GN build is unofficial, set secondary_source to tell GN
13 # that e.g. llvm/lib/Demangle/BUILD.gn is found at
14 # llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn and that the root BUILD.gn
15 # file is at llvm/utils/gn/secondary/BUILD.gn
16 secondary_source = "//llvm/utils/gn/secondary/"