]> granicus.if.org Git - clang/commit
Introduce FindTargetProgramPath to check for a target-specific helper
authorJoerg Sonnenberger <joerg@bec.de>
Mon, 21 Mar 2011 14:01:40 +0000 (14:01 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Mon, 21 Mar 2011 14:01:40 +0000 (14:01 +0000)
commit10c6435e90631afd9a3f4f9e9ba0c3f53370d019
tree1b6556b5ffea3f22e2724cc8152f61a2dd8c58a0
parent05e5930166333e382522b942f00d08abc6c0a28e
Introduce FindTargetProgramPath to check for a target-specific helper
program and fallback to plain version otherwise. Use this for the NetBSD
target to make it try e.g. i486--netbsdelf-as and -ld for target
i486--netbsdelf.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127996 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp