Skip to content
Commit b1cfc686 authored by Chad Rosier's avatar Chad Rosier
Browse files

Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiated

by the BAA pass, which uses the default TargetLibraryInfo constructor.
Unfortunately, the default TargetLibraryInfo constructor assumes all library
calls are available and thus ignores -fno-builtin.
rdar://10947759

llvm-svn: 151745
parent 1692b901
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