[LLVMdev] [lld][RFC] TargetLayout class removing

Simon Atanasyan simon at atanasyan.com
Fri Apr 3 12:36:33 PDT 2015


Hi Rui, Shankar,

Do we really need empty TargetLayout class? No we have the following hierarchy:

Layout <- DefaultLayout<> <- TargetLayout<> <- xxxTargetLayout<>

I suggest to remove TargetLayout and rename DefaultLayout to TargetLayout.

Thoughts?

-- 
Simon Atanasyan



More information about the llvm-dev mailing list