[LLVMdev] Merge-Cha-Cha

Bill Wendling isanbard at gmail.com
Wed Sep 3 13:58:20 PDT 2008


On Tue, Sep 2, 2008 at 8:21 PM, John Regehr <regehr at cs.utah.edu> wrote:
> I'm getting the error below on Ubuntu Hardy on ia32 on r55688.
>
...
> ../../gcc/postreload-gcse.c:1123: error:
> flag_darwin_rtl_pre_ignore_critical_edges undeclared (first use in this
> function)

This is a Darwin-specific flag. I added a conditional to check for
"CONFIG_DARWIN_H" before executing the code in question. Please check
to see if it works for you.

-bw



More information about the llvm-dev mailing list