Skip to content
Commit 7f1417f7 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Remove HostInfo::useDriverDriver(). This was only used in two places

inside the innards of the Driver implementation, and only ever
implemented to return 'true' for the Darwin OSes. Instead use a more
direct query on the target triple and a comment to document why the
target matters here.

If anyone is worried about this predicate getting wider use or improper
use, I can make it a local or private predicate in the driver.

llvm-svn: 148797
parent 4d73703f
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