Skip to content
Commit 10d398f8 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Driver: Add a --working-directory option which can be used to cause the compiler

to operate "as if" in a certain working directory.
 - For now, we just implement this by changing the actual working directory, but
   eventually we would want to handle this transparently. This is useful to
   avoid an extra exec() pair in some situations, and will be something we would
   want to support for more flexibility in using the Clang libraries.

llvm-svn: 140409
parent 83dea558
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment