forked from OSchip/llvm-project
This is useful for enforcing that builds are independent of the environment; it can be used when all system library paths are added via /libpath: already. It's similar ot cl.exe's /X flag. Since it should also affect %LINK% (the other caller of `Process::GetEnv` in lld/COFF), the early-option-parsing needs to move around a bit. The options are: - Add a manual loop over the argv ArrayRef and look for "/lldignoreenv". This repeats the name of the flag in both Options.td and in DriverUtils.cpp. - Add yet another table.ParseArgs() call just for /lldignoreenv before adding %LINK%. - Use the existing early ParseArgs() that's there for --rsp-quoting and use it for /lldignoreenv for %LINK% as well. This means --rsp-quoting and /lldignoreenv can't be passed via %LINK%. I went with the third approach. Differential Revision: https://reviews.llvm.org/D67456 llvm-svn: 371852 |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| llvm-theme | ||
| AtomLLD.rst | ||
| CMakeLists.txt | ||
| Driver.rst | ||
| NewLLD.rst | ||
| Partitions.rst | ||
| README.txt | ||
| Readers.rst | ||
| ReleaseNotes.rst | ||
| WebAssembly.rst | ||
| conf.py | ||
| design.rst | ||
| development.rst | ||
| getting_started.rst | ||
| hello.png | ||
| index.rst | ||
| ld.lld.1 | ||
| make.bat | ||
| missingkeyfunction.rst | ||
| open_projects.rst | ||
| partitions.dot | ||
| partitions.svg | ||
| sphinx_intro.rst | ||
| windows_support.rst | ||
README.txt
lld Documentation ================= The lld documentation is written using the Sphinx documentation generator. It is currently tested with Sphinx 1.1.3. We currently use the 'nature' theme and a Beaker inspired structure. See sphinx_intro.rst for more details.