Skip to content
Commit ccbeaf5f authored by Jeffrey Yasskin's avatar Jeffrey Yasskin
Browse files

Make TypeBuilder's result depend on the LLVMContext it's passed.

TypeBuilder was using a local static variable to cache its result. This made it
ignore changes in its LLVMContext argument and always return a type constructed
from the argument to the first call.

llvm-svn: 81316
parent 71d1d92d
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