[llvm-commits] [llvm] r93672 - /llvm/trunk/test/FrontendC/pr5406.c
Rafael EspĂndola
rafael.espindola at gmail.com
Sun Jan 17 12:05:02 PST 2010
> Is it possible to turn this into an execution test in llvm-test/singlesource/unittests?
Not in an easy way. In an execution test it is possible for llvm to
get both the caller and the callee wrong. I could probably avoid that
by using inline assembly in one of them, but looks like a lot of work.
Also, the unit tests run in seconds and the test-suite takes more than
a day with qemu.
Now that I fixed the XFAIL/XTARGET lines, what is the problem is
having this test?
> -Chris
Cheers,
Rafael
More information about the llvm-commits
mailing list