search for: 08045edc

Displaying 2 results from an estimated 2 matches for "08045edc".

Did you mean: 00045ed0
2008 Dec 29
0
[LLVMdev] [Patch] Adding unit tests to LLVM
2008/12/29 Talin <viridia at gmail.com> > Do the existing tests use a wildcard rule to gather all test sources? We > would need to insure that the wildcard rule for the unit tests and the large > tests are mutually exclusive. > By "large tests", I assume you mean the .ll tests? Those are one-file-per-test. Also, if you use Chris' suggestion on directories, it
2008 Dec 29
3
[LLVMdev] [Patch] Adding unit tests to LLVM
Do the existing tests use a wildcard rule to gather all test sources? We would need to insure that the wildcard rule for the unit tests and the large tests are mutually exclusive. Also, will the unit tests be one executable or many? They will probably compile/run faster if there is a smaller number of executables. On Mon, Dec 29, 2008 at 1:43 PM, Misha Brukman <brukman at gmail.com> wrote: