Chromium Code Reviews
DescriptionFixes the X86 Base template.
It turns out that using using TargetLowering::<member> causes problems when compiling with g++. The problem was fixed by using
Machine:: instead, where Machine is the template parameter. With name-dependent identifier, g++ does the right thing.
BUG= None
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=36087cd4e098def6c9e7dfc9072edcd34888fff6
Patch Set 1 #
Total comments: 10
Patch Set 2 : git pull && clang-format && addresses comments. #Patch Set 3 : "Addresses comments && clang-format" #
Messages
Total messages: 6 (1 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||