[llvm] Give a warning when no dwo files are provided (PR #94336)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 10:18:26 PDT 2024


ayermolo wrote:

The test itself:
#include <stdio.h>
#int main() {
#    printf("hello\n");
#    return 0;
#}

Can you change it not to rely on stdio.h. Just returning 0 should be enough to repro correct?

https://github.com/llvm/llvm-project/pull/94336


More information about the llvm-commits mailing list