[Scons-users] Depending on a file argument to the compiler

Bill Deegan bill at baddogconsulting.com
Fri Oct 31 12:37:38 EDT 2014


Andrew,

You could use Depends(), or write a new emitter which adds it to the source
list and replace the emitter used by the c and c++ compiler..
(Off the top of my head)
-Bill

On Fri, Oct 31, 2014 at 9:06 AM, Andrew C. Morrow <andrew.c.morrow at gmail.com
> wrote:

>
> If I have an ASAN blacklist file (see
> http://clang.llvm.org/docs/AddressSanitizer.html#blacklist and
> http://clang.llvm.org/docs/SanitizerSpecialCaseList.html) that I pass to
> the compiler with -fsanitize-blacklist=<file>, how can I express the fact
> that all object files now depend on that file? If I fail to do so, changes
> to that file will not trigger a recompile as they should.
>
> Thanks,
> Andrew
>
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20141031/a8f45f75/attachment.html>


More information about the Scons-users mailing list