Skip to content

Conversation

@rwindegger
Copy link

No description provided.

@aquynh
Copy link
Member

aquynh commented Aug 2, 2018

interesting, can you please describe more on about issue?

@rwindegger
Copy link
Author

So after looking at it again I think there is more going on than I changed.

  1. I had -DDEBUG required by one of the other dependencies for some debug output. That led to a build error in that line.

  2. I just saw that LLVM defines a Macro for DEBUG as well. I think that macro is broken after that change is included. As DEBUG is undefined and redefined with a wrong value in that case. That case also does not trigger the compile error as in that case DEBUG is defined as DEBUG(X) see

    #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)

@aquynh
Copy link
Member

aquynh commented Dec 27, 2018

why do you disable fuzz?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants